home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00588_Script_588
< prev
next >
Wrap
Text File
|
1995-05-21
|
500b
|
27 lines
on mouseDown
put "NoBtn" into f
put "NoBtnHL" into fHL
hiliter 13, f, fHL
puppetsound "button.aif"
updatestage
end
on mouseUp
global gTheDay, whichOutcome, whoIsIt, yesOrNo
set the castNum of sprite 13 = cast "NoBtn"
updatestage
if whoIsIt = "Skippy" then put "SkippyMugCont" into whichOutcome
if whoIsIt = "Phillip" then put "PhillipNoPayCont" into whichOutcome
set yesOrNo = "no"
go to the frame + 1
puppetsound 0
updatestage
end